[ Mega Script Archive ] [ Frequently Asked Questions ] [ Animation ]

My images appear to skip or jump. What can I do?

  • Short Answer:

    Download the new version. You probably are using version 1.1 or lower. Get version 1.2 or higher.

    Long Answer:

    You can add the following lines to the script directly after the variable configuration box, and it will upgrade you to version 1.2 from version 1.1. The fix made the script not buffer the images, so they appear smoother. Add the following to your script:

            select (STDOUT);
            $| = 1;

    If it still appears choppy it is probably through the download, and that is as good as you can get.


[ Mega Script Archive ]